home *** CD-ROM | disk | FTP | other *** search
/ Rhapsody 4 #2 / Rhapsody 4 - Issue 2.iso / !InstallR4 / DATA / 169 < prev    next >
Text File  |  1998-06-03  |  696b  |  29 lines

  1.  
  2.    MIDI event data strings for Rhapsody 4
  3.    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4.  
  5.    Syntax #<number>,<name>:[<hh>,...]
  6.    <hh> is a hex number
  7.    c=channel, xx=data value
  8.    ll=low 7 bit byte, hh=high 7 bit byte
  9.    
  10.    File must end with END
  11.  
  12.    #1  ,Modulation:Bc,01,xx
  13.    #2  ,Breath controller:Bc,02,xx
  14.    #3  ,Foot pedal:Bc,04,xx
  15.    #4  ,Portamento time:Bc,05,xx
  16.    #5  ,Main volume:Bc,07,xx
  17.    #6  ,Stereo:Bc,0A,xx
  18.    #7  ,Sustain pedal:Bc,40,xx
  19.    #8  ,Portamento:Bc,41,xx
  20.    #9  ,Sostenuto:Bc,42,xx
  21.    #10 ,Soft pedal:Bc,43,xx
  22.    #11 ,All notes off:Bc,7B,00
  23.    #12 ,Pitch bend (14 bit):Ec,ll,hh
  24.    #13 ,Pitch bend (7 bit):Ec,00,xx
  25.    #14 ,Reset:F0,43,10,4C,00,00,7E,00,F7
  26.    
  27.    END
  28.  
  29.